home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1479 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  1KB  |  45 lines

  1. on(release){
  2.    if(_root.poz == "d")
  3.    {
  4.       if(1 < _root.st_kocour)
  5.       {
  6.          _root.d_profesor.i = "kocour_necham";
  7.       }
  8.       else if(_root.draglej == 21)
  9.       {
  10.          _root.d_profesor.i = "kocour_sirky";
  11.       }
  12.       else if(_root.draglej == 12)
  13.       {
  14.          _root.d_profesor.i = "kocour_prak";
  15.       }
  16.       else if(_root.draglej == 18 || _root.draglej == 19)
  17.       {
  18.          _root.d_profesor.i = "kocour_srp";
  19.       }
  20.       else if(_root.draglej == 6)
  21.       {
  22.          _root.pepa.gotoAndPlay("cat");
  23.       }
  24.       else if(0 < _root.draglej)
  25.       {
  26.          _root.d_profesor.i = "kocour_item";
  27.       }
  28.       else if(_root.st_kocour == 0)
  29.       {
  30.          _root.d_profesor.i = "kocour_oko";
  31.          _root.st_kocour = 1;
  32.       }
  33.       else if(_root.st_kocour == 1)
  34.       {
  35.          _root.d_profesor.i = "kocour_probudit";
  36.       }
  37.    }
  38.    else
  39.    {
  40.       _root.pepa.gotoAndPlay(_root.poz add "d");
  41.    }
  42.    _root.stopdragall();
  43.    _root.hideall();
  44. }
  45.